home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / mailers / t2betwen.zip / INSTALL.ME < prev    next >
Text File  |  1980-01-01  |  4KB  |  118 lines

  1. To: All SYSOps
  2.  
  3. From: The BlueMoon TriBBS #78
  4.        (505) 255-4119 or (505) 255-4295
  5.        i might move in six months so
  6.        look me up in the tribbs list.
  7.        Tri-SYSps have auto-validation
  8.        w/registration key.
  9.  
  10. Status: This is Freeware except if you
  11.         author registered stuff, if you
  12.         use this one then drop me some
  13.         free registrations. If you don't author
  14.         anything don't worry about it no bag.
  15.         Distribution is unrestricted & encouraged
  16.  
  17. HOWEVER: If you make lots of money of this
  18.          send me some (15%) bucks. (GOD is watching you!)
  19.          Do I hear lightning nearby?  Copywrite(@)1992
  20.  
  21.  
  22. Other Programs: you need a copy of foyer and proecho
  23.  
  24. I am using TriBBS 3.11 right now AUG 23 1992
  25. *************************************************
  26.    These instructions are to the point so
  27.    read carefully and don't blow them off.
  28.    Read & Think about it for 3 days before you do
  29.    anything.
  30.  
  31.  
  32. Introduction
  33. ============
  34. A] This program is designed to try to do maintenance right after
  35.    Midnight or after each caller logs off, it checks the other nodes
  36.    to see if anyone is on. If not, that node will perform its maintenacne
  37.    and close off the BBS until its finished. Once Maintenance is
  38.    completed that portion is finished for the rest of the day.
  39.    However, the BBS will still after every call see if anyone is on
  40.    any node. if no one is on is will clear all the foyer.use that might
  41.    lock up doors if someone hung up in it. Events, trigger the action
  42.    along with a caller logging off. The logon event installs
  43.    a flag file that tells the other node that someone is one &
  44.    even when the BBS is doing a betwen.bat action the other
  45.    NODE checks to insure they dont use the same programs and cause a
  46.    share violation, that might lock up your software and need a manual
  47.    reset.
  48.  
  49.  
  50. B] Well you got to taylor this program to your BBS paths and
  51. programs. Read the between.*'s, thats what you need to adjust
  52. according to what utilities you are running and games
  53. that require maintenance. And other things you want it to
  54. do.
  55.  
  56.             my node1=c:\1   uses adam.sys
  57.             my node2=c:\2   uses eve.sys
  58.             more nodes? just add to the program!
  59.  
  60.  
  61.  
  62. NOTE: 1) mkdir c:\work and put your *.cw & *.on into it.
  63.    Put all the other little files into your "c:\1\work" directory
  64.    that means to you "c:\[Your node#1 directory]\work", and put
  65.    the hangup*.* into your node#1's display directory.
  66.    I use NODE#1 for all my displays so node#1 is yes
  67.    in the call waiting option and node#2 is listed as no to its display
  68.    Directory.
  69.  
  70. 2) put dd1d001.bat in your node1  directory and install in events:
  71.  
  72.      day=7
  73.      time=00:00
  74.      name= dd1d001
  75.      slide=Y
  76.      Executed=Y
  77.  
  78. 3) put ddT1W002.bat in your node1  directory and install in events:
  79.  
  80.      day=6
  81.      time=00:10
  82.      name= ddT1W002
  83.      slide=Y
  84.      Executed=Y
  85.  
  86. 4) put dd2d001.bat in your node2 directory and install in events:
  87.  
  88.      day=7
  89.      time=00:05
  90.      name= dd2d001
  91.      slide=Y
  92.      Executed=Y
  93.  
  94. 5) put ddT2W002.bat in your node2 directory and install in events:
  95.  
  96.      day=6
  97.      time=00:15
  98.      name= ddT2W002
  99.      slide=Y
  100.      Executed=Y
  101.  
  102. 6) the between.* goes in your your respective nodes, just
  103.    rename them between.bat one for node1 and one for node 2.
  104.    that's very important, cuz there are written differently.
  105.    Do the same thing with logon.*'s.
  106.    so you should have between.bat in both nodes directorys
  107.    and logon.bat(s) in both node directorys. they just have the
  108.    extension .1 & .2 to keep them seperate BUT they are to be renamed
  109.    with extension of .bat when they get into the right directory,
  110.    by you.
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.    COPYWRITE(@)1992 Hanlon
  118.